Welcome![Sign In][Sign Up]
Location:
Search - linux server

Search list

[Internet-NetworkUDPMcast

Description: Linux 下C++ 多播网络编程,Cient Server都在一起-C under Linux multicast network programming, Cient Server all together
Platform: | Size: 2048 | Author: pl | Hits:

[Ftp Serverbftpd-2.3.tar

Description: a tiny linux ftpd server
Platform: | Size: 128000 | Author: 宋潜 | Hits:

[WEB Maillinux-sendmail

Description: 谷搜Linux邮件群发软件是基于Redhat Linux 操作系统平台+PHP语言上开发而成的。它不仅继承了Linux操作系统的高性能、高稳定、速度快、无病毒等特点,邮件服务器主要核心采用Linux的SENDMAIL或POSTFIX的SMTP25的端口,也就是相当于自己架设了一个MAIL SERVER,群发不用经过别人的代理服务器发送,所以发信成功率非常高。-Valley found mass-mailing software, Linux is based on the Redhat Linux operating system platforms+ PHP language developed with the. It not only inherited the Linux operating system, high-performance, high stability, fast, virus-free characteristics of the main core of the mail server using Linux-SendMail or Postfix SMTP25 of the port, which is the equivalent of their own to set up a MAIL SERVER, mass without going through someone else' s proxy server to send, it sent a very high success rate.
Platform: | Size: 405504 | Author: 李利 | Hits:

[ARM-PowerPC-ColdFire-MIPSEmbedded-Web-server-easy-experiment

Description: 《嵌入式系统设计与实例开发实验教材II:基于ARM9微处理器与Linux操作系统》——简单嵌入式Web服务器实验-《Embedded System Design and examples of the development of experimental teaching materials II: Based on the ARM9 microprocessor with the Linux operating system》 - easy embedded Web server experiment
Platform: | Size: 6144 | Author: wang | Hits:

[Linux-Unixnfs-server

Description: linux系统下配置nfs服务器以及客户端用法的文档。-linux system configuration nfs server and client usage documents.
Platform: | Size: 12288 | Author: bing ning | Hits:

[OtherLinux_Socket_Programming

Description: Linux socket programming delves into many particulars of network programming. It is organized into five specific parts: network programming from the client perspective, The Server Perspective and Load Control, Socket objects, advanced sockets.
Platform: | Size: 2147328 | Author: 严植 | Hits:

[WEB Codelinux-sendmail

Description: 谷搜Linux邮件群发软件是基于Redhat Linux 操作系统平台+PHP语言上开发而成的。它不仅继承了Linux操作系统的高性能、高稳定、速度快、无病毒等特点,邮件服务器主要核心采用Linux的SENDMAIL或POSTFIX的SMTP25的端口,也就是相当于自己架设了一个MAIL SERVER,群发不用经过别人的代理服务器发送,所以发信成功率非常高。〔谷搜Linux邮件群发软件试用版我们限定每次只能发送5封邮件,每天只能发送三次。)(正式版每小时最多能发送5000封、每天可发送数量12万封以上)。 -Valley found mass-mailing software, Linux is based on the Redhat Linux operating system platforms+ PHP language developed on the. It not only inherited the Linux operating system, high-performance, high stability, fast, virus-free characteristics of the main core of the mail server using Linux-SendMail or Postfix SMTP25 of the port, which is the equivalent of their own to set up a MAIL SERVER, mass without going through someone else' s proxy server to send, so sent a very high success rate. 〔Valley found Linux mass-mailing software trial version can only send our limit for each 5 e-mail, can only send three times every day. ) (The official version can be sent per hour up to 5000, can be sent every day the number of 120,000 and above).
Platform: | Size: 400384 | Author: hiddu | Hits:

[Oracleotl

Description: 跨数据库平台: n 支持 oracle 的OCI n 支持DB2的CLI, n 支持ODBC(通过ODBC,可支持SQL SERVER,MySQL等) Ø 跨OS平台: n 标准C++语言,支持 unix/linux/windows Ø 使用简单: n 只有一个头文件 n 接口简洁.otl_stream, otl_connect, otl_exception等就可以完成大部分工作 n 相对 ProC等嵌入式开发,代码能相应减少 Ø 性能: n 直接访问数据库API接口,具有API接口的高效率,可靠性 Ø 稳定性: n 开源代码,唯一的代码文件otlv4.h,可以了解所有基于数据库API的实现细节 n 从1996年开始,到今已10余年. Ø 可读性及可维护性: n 标准C++代码,不需要任何预处理 n 使用流的形式,输入输出异常简洁 n 减少大量代码, n 代码结构更加简洁 参考资料: http://otl.sourceforge.net/ -oracle db2 odbc
Platform: | Size: 2575360 | Author: 周扒皮 | Hits:

[BooksInstall-Configure-SAMBA-File-Server-in-RHEL

Description: This is a very good and interseting book to install and configure samba file in red hat linux server.it is very easy and comprehensive
Platform: | Size: 1929216 | Author: waqas | Hits:

[Linux-UnixLinux-Web-(Mc9328MX)

Description: 基于Mc9328MX芯片的Linux嵌入式操作系统对于WEB服务器的应用-Mc9328MX chips based on the Linux operating system for embedded WEB server applications
Platform: | Size: 3211264 | Author: chenxu | Hits:

[Internet-Networkserver

Description: Ardence RTX环境下基于RT-TCP/IP协议的实时网络通信源代码,得出其传输时间。服务器端部分-Ardence RTX environment RT-TCP/IP-based real-time network communication protocol source code, come to its transmission time. Server-side part of
Platform: | Size: 2572288 | Author: 王建锋 | Hits:

[OtherLinux.Socket.Programming.by.Example

Description: Linux Socket Programming by Example 英文原版PDF电子书,省纸打印版-Part I: Basic Socket Concepts Chapter 1. Introducing Sockets A Brief Historical Introduction Understanding Sockets Comparing Sockets to Pipes Creating Sockets Performing I/O on Sockets Closing Sockets Writing a Client/Server Example Chapter 2. Domains and Address Families Nameless Sockets Understanding Domains Forming Socket Addresses Forming Local Addresses Forming Internet (IPv4) Socket Addresses Specifying an X.25 Address Specifying Other Address Families The AF_UNSPEC Address Family Chapter 3. Address Conversion Functions Internet IP Numbers Allocating IP Addresses Manipulating IP Numbers Chapter 4. Socket Types and Protocols Specifying the Domain of a Socket Using the socket(2) Function Choosing a Socket Type Choosing a Protocol Socket Domain and Type Summary Other Linux-Supported Protocols Chapter 5. Binding Addresses to a Socket The Purpose of the bind(2) Function Using the bind(2) Function Obtaining the Socket Address Interfaces and Addressing
Platform: | Size: 1182720 | Author: lisi | Hits:

[Internet-NetworkmySocket

Description: linux 下socket通讯。服务器端可以响应多个客户端请求,并做出响应回答。-socket communications under linux. Server-side can respond to multiple client requests and respond to answer.
Platform: | Size: 3072 | Author: eagoqin | Hits:

[Internet-Networkserver

Description: thhis a simple server program to chat with multi clients using c programming.(socket program)-thhis is a simple server program to chat with multi clients using c programming.(socket program)
Platform: | Size: 2048 | Author: devesh | Hits:

[Internet-NetworkLinux-ftp

Description: ftp源代码,非常流行的ftp源代码,包括:客户端和服务器端。利用ftp协议rfc950编写的源代码。-ftp source code, a very popular ftp source code, including: client and server-side. Using ftp protocol rfc950 write the source code.
Platform: | Size: 7168 | Author: nnf | Hits:

[Linux-UnixLinux

Description: 很好的学习LINUX的服务器 管理及架设的很好的学习资料-A good learning LINUX server management and set up a good learning materials
Platform: | Size: 2006016 | Author: 陈猛 | Hits:

[Linux-Unixlinux-udp

Description: a simple udp client-server code for beginner
Platform: | Size: 1024 | Author: l | Hits:

[Linux-Unixserver-client

Description: 一个简单的在嵌入式Linux下服务器与客户端的通信。-server or client
Platform: | Size: 59392 | Author: 雷文国 | Hits:

[Internet-Network09060097.tar

Description: linux下的FTP客户端和服务器源代码 socket编程-linux under the FTP client and server source code for socket programming
Platform: | Size: 443392 | Author: 周乐文 | Hits:

[Linux-Unixipc

Description: linux下的服务端和客户端的聊天测试程序-Under linux server and client chat test program
Platform: | Size: 25600 | Author: 关天优 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

CodeBus www.codebus.net